home *** CD-ROM | disk | FTP | other *** search
- Path: atglab.bls.com!Alun.Champion
- From: Alun.Champion@bridge.bst.bls.com (Alun Champion)
- Newsgroups: comp.lang.c++
- Subject: Re: Pointers to member functions HOW?
- Date: 24 Jan 1996 19:31:13 GMT
- Organization: Computer People Inc.
- Message-ID: <ALUN.CHAMPION.96Jan24143113@g7240065.bridge.bst.bls.com>
- References: <31067074.6B53@compuserve.com>
- <ALUN.CHAMPION.96Jan24142318@g7240065.bridge.bst.bls.com>
- NNTP-Posting-Host: bstfirewall.bst.bls.com
- In-reply-to: Alun.Champion@bridge.bst.bls.com's message of 24 Jan 1996
- 19:23:18 GMT
-
- In article <ALUN.CHAMPION.96Jan24142318@g7240065.bridge.bst.bls.com> Alun.Champion@bridge.bst.bls.com (Alun Champion) writes:
-
- [snip]
-
- Oops
-
- : try:
- : TTest test;
- : (test.*)Func2(100);
-
- Should have been
-
- try:
- TTest test;
- (test.*Func2)(100);
-
- Regards
-
- -A.
- --
- | A.Champion |
-